Use the Base element to set the base URL which all document-relative paths in the page are considered relative to.
Href Is the base URL. Click the folder icon to browse to and select a file, or type a path in the text field.
Target Specifies the window in which all linked documents should open. Choose one of the frames in the current frameset, or one of the following reserved window names, if desired:
![]() |
_blank loads the linked document in a new, unnamed browser window. |
![]() |
_parent loads the linked document in the parent frameset or window of the frame in which the link is contained. If the frame containing the link is not nested, then the linked document loads into the full browser window. |
![]() |
_self loads the linked document in the same frame or window as the link. This target is implied, so you usually don't have to specify it. |
![]() |
_top loads the linked document in the full browser window, thereby removing all frames. |